header{
    width: 100%;
    border: 1px solid black;
    background-color: rgba(11, 11, 11, 0.6);
}

nav ul{
    display: flex;
    justify-content: center;
    gap:100px;
    padding: 10px;
}

nav li{
    list-style: none;
    display: inline;
    margin-right: 50px;
}


li a{
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}